home *** CD-ROM | disk | FTP | other *** search
- object NodeInfoDlg: TNodeInfoDlg
- Left = 280
- Top = 140
- ActiveControl = AcceptBtn
- BorderStyle = bsDialog
- Caption = 'Dialog'
- ClientHeight = 329
- ClientWidth = 390
- Font.Color = clBlack
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 120
- Position = poScreenCenter
- OnShow = FormShow
- TextHeight = 16
- object Bevel1: TBevel
- Left = 10
- Top = 10
- Width = 369
- Height = 263
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 19
- Top = 19
- Width = 29
- Height = 16
- Caption = 'List:'
- end
- object Label2: TLabel
- Left = 248
- Top = 16
- Width = 65
- Height = 16
- Caption = 'ItemId:'
- end
- object Label3: TLabel
- Left = 248
- Top = 64
- Width = 67
- Height = 16
- Caption = 'ItemData:'
- end
- object Label4: TLabel
- Left = 16
- Top = 120
- Width = 69
- Height = 16
- Caption = 'ItemXpos:'
- end
- object Label5: TLabel
- Left = 16
- Top = 152
- Width = 70
- Height = 16
- Caption = 'ItemYpos:'
- end
- object Label6: TLabel
- Left = 200
- Top = 120
- Width = 73
- Height = 16
- Caption = 'ItemWidth:'
- end
- object Label7: TLabel
- Left = 200
- Top = 152
- Width = 79
- Height = 16
- Caption = 'ItemHeight:'
- end
- object LabelSources: TLabel
- Left = 24
- Top = 184
- Width = 74
- Height = 16
- Caption = 'Sources: 0'
- end
- object LabelTargets: TLabel
- Left = 200
- Top = 184
- Width = 71
- Height = 16
- Caption = 'Targets: 0'
- end
- object AcceptBtn: TBitBtn
- Left = 183
- Top = 286
- Width = 95
- Height = 33
- Caption = 'Accept'
- TabOrder = 0
- OnClick = AcceptBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 286
- Top = 286
- Width = 95
- Height = 33
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Memo1: TMemo
- Left = 56
- Top = 16
- Width = 185
- Height = 97
- Lines.Strings = (
- 'Memo1')
- TabOrder = 2
- WantReturns = False
- end
- object ItemId: TEdit
- Left = 264
- Top = 37
- Width = 105
- Height = 24
- Enabled = False
- TabOrder = 3
- Text = 'ItemId'
- end
- object ItemData: TEdit
- Left = 264
- Top = 85
- Width = 105
- Height = 24
- TabOrder = 4
- Text = 'ItemData'
- end
- object ItemXpos: TEdit
- Left = 88
- Top = 117
- Width = 89
- Height = 24
- Enabled = False
- TabOrder = 5
- Text = 'ItemXpos'
- end
- object ItemYpos: TEdit
- Left = 88
- Top = 149
- Width = 89
- Height = 24
- Enabled = False
- TabOrder = 6
- Text = 'ItemYpos'
- end
- object ItemWidth: TEdit
- Left = 280
- Top = 117
- Width = 89
- Height = 24
- Enabled = False
- TabOrder = 7
- Text = 'ItemWidth'
- end
- object ItemHeight: TEdit
- Left = 280
- Top = 149
- Width = 89
- Height = 24
- Enabled = False
- TabOrder = 8
- Text = 'ItemHeight'
- end
- object ListSources: TListBox
- Left = 23
- Top = 200
- Width = 170
- Height = 69
- ItemHeight = 16
- TabOrder = 9
- end
- object ListTargets: TListBox
- Left = 199
- Top = 200
- Width = 170
- Height = 69
- ItemHeight = 16
- TabOrder = 10
- end
- end
-